Skip to main content

DescribeAllEntity

Description

No description for this api.

Request Method

POST

Request Path

/apsara/route/Sas/DescribeAllEntity

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
OSBODYstringNoNo sample value for this parameter.host operating system type, value range: win: indicates Windows type of operating system linux: indicates Linux type operating system
regionIdBODYstringYesNo sample value for this parameter.region id
versionBODYstringNo2016-01-01version of api
GroupIdBODYlongNoNo sample value for this parameter.asset group ID.

Return data

NameTypeSample valueDescription
InstanceNamestringno demo valuehost instance name.
Uuidstringno demo valuehost asset UUID.
RequestIdstringno demo valuerequest ID.
Ipstringno demo valuehost asset IP. description gives priority to the public IP of the host. if the host does not have a public IP, the private IP is displayed.
EntityListarrayno demo valuehost instance list information, see the following parameter description for specific sub-items.
Countintegerno demo valuereturns the total number of records.
GroupIdintegerno demo valueasset group ID.

Example

Successful Response example

{
"InstanceName":"no demo value",
"Uuid":"no demo value",
"RequestId":"no demo value",
"Ip":"no demo value",
"EntityList":"no demo value",
"Count":"no demo value",
"GroupId":"no demo value"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}